home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / wasm223.zip / CLONE.DOC < prev    next >
Text File  |  1993-05-04  |  8KB  |  182 lines

  1.  
  2.  
  3.  
  4.                                       Clone
  5.                            A Disk Duplication Utility
  6.  
  7.                                        by
  8.  
  9.                                    Eric Tauck
  10.                                1304 Deerpass Road
  11.                                 Marengo, IL 60152
  12.                                       U.S.A
  13.  
  14.                              Compuserve: 72457,1557
  15.                        Internet: 72457.1557@compuserve.com
  16.  
  17.         Clone performs the same function as DISKCOPY, but with several
  18.         improvements.  The major features of Clone are duplicating high
  19.         capacity disks in a single drive without disk swapping, and
  20.         writing multiple target disks without rereading the source disk.
  21.         Other features include extra control over formatting, a
  22.         read/write/format progress indicator, and the ability to break
  23.         out of a duplication.
  24.  
  25.         Clone requires a PC/XT/AT compatible and DOS 3.0 or higher.  For
  26.         reading high capacity disks (anything larger than a regular 360K
  27.         disk), Clone needs a hard disk or large RAM disk to store the
  28.         portion of the source disk image that won't fit in memory.
  29.  
  30.         Clone may be freely used and distributed.  The most recent ver-
  31.         sion of the Clone, including the Turbo C++ source code, may be
  32.         acquired on 5.25" or 3.5" disk by sending $20 to the address
  33.         above.  The source code is for personal use and may not be dis-
  34.         tributed.
  35.  
  36.         Clone syntax:
  37.  
  38.           CLONE X: [Y:] [options]
  39.  
  40.           X:  The source drive (i.e. the drive to read from).
  41.  
  42.           Y:  The target drive (i.e. the drive to write to).  If the
  43.               target drive is absent, it is assumed to be the same as the
  44.               source drive.
  45.  
  46.         The options may be specified on the command line or in the envi-
  47.         ronment using the environment variable CLONE or CLONE_ET (use
  48.         CLONE_ET if CLONE is already being used).  Options that are used
  49.         all the time (like image file definitions) should be stored in
  50.         the environment, usually with a SET statement in the AUTOEXEC.BAT
  51.         file.  Options on the command line override options in the envi-
  52.         ronment.
  53.  
  54.         Clone options:
  55.  
  56.  
  57.  
  58.           /C    Produce indefinite copies.  Clone will continue producing
  59.                 copies until ESC is pressed at the insert-target-disk
  60.                 prompt.
  61.  
  62.           /Cx   Produce x number of copies.  Clone will create a specific
  63.                 number of copies.  The default copy setting is /C1.
  64.  
  65.           /Ex   Allow x errors when reading the source disk.  This option
  66.                 sets the maximum number of unreadable tracks on the
  67.                 source disk.  If too many unreadable tracks are encoun-
  68.                 tered, the copy operation is aborted.  The default is /E0
  69.                 (no bad tracks allowed).
  70.  
  71.           /F    Format target disk if necessary.  Clone will attempt to
  72.                 determine if the target disk is unformatted and then
  73.                 format it if necessary.  This is the default format
  74.                 setting.
  75.  
  76.           /F+   Always format the target disk.
  77.  
  78.           /F-   Never format the target disk.  Clone will display an
  79.                 error if an unformatted disk is used as a target disk.
  80.  
  81.           /Ix   Define the image file x.  Image files are used to store
  82.                 the portion the source disk that doesn't fit in memory.
  83.                 Multiple image files may be listed.  The image files are
  84.                 used sequentially as the disk that they're on becomes
  85.                 full, so if you have a RAM disk, list it before your hard
  86.                 disk.  Only a drive and/or directory is needed (in this
  87.                 case, the file CLONE.$$$ is used).  If no file is listed,
  88.                 the drive and/or directory must end with a colon (:) or
  89.                 back-slash (\).  Clone deletes image files when it termi-
  90.                 nates.
  91.  
  92.           /PS+  Prompt for source disk.  Clone will display a message
  93.                 asking that the source disk be inserted and wait for a
  94.                 key to be pressed.  If ESC is pressed, Clone will termi-
  95.                 nate.  This option is the default.
  96.  
  97.           /PS-  Don't prompt for source disk.  Clone will start reading
  98.                 from the source drive immediately.
  99.  
  100.           /PT+  Prompt for target disk.  Clone will display a message
  101.                 asking that the target disk be inserted and wait for a
  102.                 key to be pressed.  If ESC is pressed, Clone will termi-
  103.                 nate.  This option is the default.
  104.  
  105.           /PT-  Don't prompt for target disk.  Clone will start writing
  106.                 to the target drive as soon as the source disk has been
  107.                 fully read.  This option will only work if the source and
  108.                 target drives are different AND only a single copy is
  109.                 being made (/C1).
  110.  
  111.  
  112.  
  113.           /Q+   Quiet mode on.  All messages except the initial banner,
  114.                 source/target disk prompting, and errors will be sup-
  115.                 pressed.
  116.  
  117.           /Q-   Quiet mode off.  All messages will be displayed.  This
  118.                 option undoes the effects of /Q+.  All messages are
  119.                 displayed by default.
  120.  
  121.         A summary of these options can be displayed by running:
  122.  
  123.           CLONE ?
  124.  
  125.         Low density disks (360K 5.25" and 720K 3.5" formats) can be
  126.         copied but probably not formatted in high density drives.  You
  127.         may be able to format low density disks in high density drives if
  128.         you have a driver to make the high density drive look like a low
  129.         density drive (like DRIVER.SYS).  Non-removable media (like hard
  130.         disks) cannot be copied or formatted.
  131.  
  132.         When you are prompted to insert a source or target disk, you can
  133.         press the ESC key to cancel the operation and quit the program.
  134.         You can usually press Control-Break at any time to abort the
  135.         current operation and quit the program.  If you are running in
  136.         quiet mode (/Q+), you may not be able to break out of a disk read
  137.         or write operation.
  138.  
  139.         On my system, I configure Clone with the following line in my
  140.         AUTOEXEC.BAT:
  141.  
  142.           SET CLONE=/IF: /IC: /PS- /E10
  143.  
  144.         This tells Clone to put the first image file on drive F: (my RAM
  145.         disk), and if it becomes full, to put the next image file on
  146.         drive C: (my hard disk).  I also turn source disk prompting off
  147.         and allow 10 read errors before aborting.  I would duplicate a
  148.         3.5" 1.44M disk by inserting the disk in drive B: (my 3.5" drive)
  149.         and then running:
  150.  
  151.           CLONE B:
  152.  
  153.         The following is a list of changes made to Clone according to the
  154.         version number:
  155.  
  156.         1.00  Initial release.
  157.  
  158.         1.10  /Ex option added.  Messages changed: track read error
  159.               added, disk parameters mostly removed, and image file list
  160.               removed.
  161.  
  162.         1.11  Prompts for new disk if incompatible media (rather than
  163.               aborting).
  164.  
  165.         1.20  Displays disk type in a more readable format.
  166.  
  167.  
  168.  
  169.                              DISCLAIMER OF WARRANTY
  170.  
  171.         THIS SOFTWARE AND MANUAL ARE DISTRIBUTED "AS IS" AND WITHOUT
  172.         WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER
  173.         WARRANTIES WHETHER EXPRESSED OR IMPLIED.  BECAUSE OF THE VARIOUS
  174.         HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH THIS PROGRAM MAY BE
  175.         PUT, NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.
  176.  
  177.         GOOD DATA PROCESSING PROCEDURE DICTATES THAT ANY PROGRAM BE
  178.         THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE RELYING ON IT.
  179.         THE USER MUST ASSUME THE ENTIRE RISK OF USING THE PROGRAM.  ANY
  180.         LIABILITY OF THE SELLER WILL BE LIMITED EXCLUSIVELY TO PRODUCT
  181.         REPLACEMENT OR REFUND OF PURCHASE PRICE.
  182.